git-htl-pthread-self-early
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 12 Nov 2022 13:23:05 +0000 (13:23 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sat, 12 Nov 2022 13:23:05 +0000 (13:23 +0000)
commit640c7beb39830d84c9dd8ecf35eddb3fce2ef822
tree992a692ca58ed4b94eb00fa9f6fe8cfdd691941f
parent5adc3a1ee335a1b7a00a0ae5deaebad6b773c60e
git-htl-pthread-self-early

Will be committed for 2.37

commit 302bf01641d0addebe2aea69b9924bd781f76d81
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Thu Jul 28 22:01:49 2022 +0200

    htl: Let pthread_self and cancellability called early

    When applications redirect some functions they might get called before
    libpthread is fully initialized.  They may still expected pthread_self
    and cancellable functions to work, so cope with such calls in that
    situation.

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-htl-pthread-self-early.diff
htl/cancellation.c
htl/pt-self.c